home *** CD-ROM | disk | FTP | other *** search
/ Keystone Learning XML: Entities & Basic Scripting / Keystone Learning XML Entities and Basic Scripting.iso / Sample Files / Chapter 4 / JaneDoe.xml < prev    next >
Encoding:
Text File  |  1999-12-04  |  387 b   |  15 lines

  1.     <employee id="A2345">
  2.         <name>
  3.             <first>Jane</first>
  4.             <last>Doe</last>
  5.         </name>
  6.         <position>Systems Analyst</position>
  7.         <address>
  8.         </address>
  9.         <phone>
  10.             <main>(714) 555-2000</main>
  11.             <mobile>(949) 555-2200</mobile>
  12.             <home>(949) 555-2220</home>
  13.         </phone>
  14.     </employee>
  15.